home *** CD-ROM | disk | FTP | other *** search
/ Precision Software Appli…tions Silver Collection 1 / Precision Software Applications Silver Collection Volume One (PSM) (1993).iso / children / kidplay.arj / GLOBAL.BAS next >
BASIC Source File  |  1992-11-24  |  258b  |  10 lines

  1. Declare Function sndPlaySound Lib "MMSYSTEM.DLL" (ByVal lpszSoundName$, ByVal sWlag%) As Integer
  2. Global Const SND_SYNC = &H0
  3. Global Const SND_ASYNC = &H1
  4. Global Const SND_NODEFAULT = &H2
  5. Global Const SND_LOOP = &H8
  6. Global Const SND_NOSTOP = &H10
  7.  
  8.  
  9.  
  10.